home *** CD-ROM | disk | FTP | other *** search
- var detail;
-
- function init()
- {
- detail = window.arguments[0];
-
- var el;
-
- el = document.getElementById("stumble_report_topic_dialog");
- el.getButton("accept").label = " Suggest Topic Change ";
-
- el = document.getElementById("prompt_old_topic");
- el.value = detail.old_topic_name;
-
- el = document.getElementById("prompt_new_topic");
- el.value = detail.new_topic_name;
- }
-
- function doOK()
- {
- opener.setTimeout(
- function(parent, detail) {
- parent.su_handle_report_topic_dialog_accept(detail); },
- 0,
- opener,
- detail);
- }
-